body{
    margin: 0;
    padding:0;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    zoom: 1;
}
ul,ol,dl,dt,dd,h1,h2,h3,h4,p{
    list-style: none;
    padding:0;
    margin: 0;
}
table { border-collapse: collapse; border-spacing: 0; }
th,td { margin:0; padding:0; }    
table tr td{border: 1px solid #949494;height:50px;  text-align: center; font-size: 16px;}
a{
    text-decoration: none;
    color: #9b9b9b;

    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}
.banner>a>img{
    max-width: 100%;
}
a>img{
    border: none;
}
a>img:hover{
    border: none;
}
a:hover{
    text-decoration: none;
    color: #e1472f;

}
.lf{
    float: left;
}
.rt{
    float: right;
}
.clear{
    overflow: hidden;
}
/*header*/
.top{
    background: #262626;
    height:28px;
    line-height: 28px;
}
.sec{
    width:1100px;
    margin: 0 auto;
}
.top .sec{
    overflow: hidden;
}
.top .sec>p{
    float: left;
}
.top .sec ul{
    overflow: hidden;
}
.top .sec ul li{
    float: right;
}
.top .sec ul li a{
    padding-left:12px;
    display: inline-block;
}
.top .sec ul li.i{
    height:12px;
    border-left: 1px solid gray;
    margin-top: 9px;
    margin-left: 12px;
}
/*logo title nav*/
.header .btm{
	background:#fff;
 
}
.btm .sec{
    min-height:120px;
}
.btm .logo{
    overflow: hidden;
    height:inherit;

}
.btm .logo .logo_img,.btm .logo .Nm{
    float: left;
}
.btm .logo_img{
    margin-top: 21px;
}
.btm .Nm{
    margin-top: 34px;
    margin-left: 15px;
}
.btm .Nm h1{
    font-size: 2em;
    font-weight: 500;
}
.btm .Nm p{
    color: #6d6d6d;
}
.btm .nav{
    height:inherit;
    background: #015298;
}
.btm .nav>ul{
    width: 1100px;
}
.btm .nav>ul>li{
    float: left;
    background: url("../img/nav-bg.png") no-repeat scroll right center;
    position: relative;
}
.btm .nav>ul>li:last-child{
    background: none;
}
.btm .nav>ul>li>a{
    display: block;
    padding:10px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #015298;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btm .nav>ul>li>a>span{
    border-bottom: 1px dotted #fff;
}
.btm .nav>ul>li:hover>a{
    background: #127AC4;
    color: #fff;
}
.btm .nav>ul>li>.sub_menu{
    position: absolute;
    width:200px;
    top:38px;
    left:0;
    z-index: 3000;
    background: #fff;
    padding:0;
    border-top: 1px solid #000;
    box-shadow: 2px 2px 8px 0 #ddd;
    display: none;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btm .nav>ul>li>.sub_menu li{

    border-bottom: 1px solid #ddd;
}
.btm .nav>ul>li>.sub_menu li a{
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btm .nav>ul>li:hover .sub_menu{
    display: block;
    visibility: visible;
}
.btm .nav>ul>li .sub_menu li:hover{
    background: #127ac4;
}
.btm .nav>ul>li .sub_menu li:hover a{
    color: #fff;
}
/*section*/
.section{
	background:#f2f2f2;
    padding: 20px 0;
}
.section .sec{

    box-sizing: border-box;
}
.section .list1{
    overflow: hidden;
    margin-bottom: 10px;
}
.section .list1 .model{
    float: left;
    margin:0 10px;
}
.section .list1 .list_mid{
    width:349px;
    margin: 0 20px;
}
.section .list1 .border_bt{
    border-bottom: 1px solid #ededed;
}
.section .list1 .clear .lf a{
    display: block;
    padding:5px 15px;
    background: #00508F;
    color: #fff;
}
.section .list1 .clear1{
    overflow: hidden;
}
.section .list1 .clear1 .lf>a{
    display: block;
    padding:0 15px 10px 25px;
    border-bottom: 3px solid #00508F;
    background: url("../img/pencil_03.png") no-repeat 5px 0;
}
.section .list1 .intro_list{
    padding-top:20px;
}
.section .list1 .intro_list ul li{
    padding:3px;
}
.section .list1 .intro_list ul li a{
    line-height: 1.8em;
    color: #646464;
}
.section .new_list{
    padding-top:20px;
}
.section .new_list ul li{
    padding:5px 0 10px 35px;
    background: url("../img/new_03.png") no-repeat 5px 8px;
}
.section .new_list ul li a{
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient:  vertical;
}
.section .new_list ul li span{
    float: right;
    color: #989898;
}
/*section>list2*/
.section .list2{
    min-height:650px;
    margin: 10px;
}
.section .list2>.lf{
    width:296px;
    min-height:510px;
}
.section .list2 .lf ul li{
    border-top: 1px solid #fff;
    overflow: hidden;
}
.section .list2 .lf ul li a{
    display: block;
    width:296px;
    height: 44px;
    line-height: 44px;
    background: #eeeeee;

}
.section .list2 .lf ul li.title a{
    height:59px;
    line-height: 59px;
    color: #fff;
    background: url("../img/icon.png") no-repeat 40px 12px;
    padding-left:80px;
}
.section .list2 .lf ul li:first-child{
    background-color: #0666B2;
}
.section .list2 .lf ul li.second>a{
    background: url("../img/direct.png") no-repeat 55px 15px;
    color: #fff;
    text-align: left;
    padding-left: 90px;
}
.section .list2 .lf ul li.second_ a{
    padding-left:110px;
}
.sub_>.second_>a{
    margin: 0 !important;
    border-bottom: 1px solid #fff !important;
}
.sub>.second_>a{
    background:#eeeeee !important;
    padding-left: 110px !important;
}
.section .list2 .lf ul li.second{
    background-color: #ffb200 !important;
}
.section .list2 .lf ul li.first a{
    background: url("../img/direct.png") no-repeat 55px 15px;
    padding-left:90px;
    color: #2e2e2e;
}
.section .list2 .lf ul li.first a:hover{
    color: #E1472F;
}
.section .list2 .lf ul li.first{
    background-color: #f1f1f1;
}

.section .list2>.rt{
    width:760px;
    min-height: 510px;
    margin-right: 10px;
}
.section .list2 .rt .pro_show{
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}
.section .list2 .rt .pro_show>.lf{
    height: 58px;
    font-size: 24px;
    width: 600px;
    color: #00508f;
}
.section .list2 .rt .pro_show>.lf>span{
    font-size: 16px;
    padding-left: 15px;
    color: #b4b4b3;
}
.section .list2 .rt .pro_show>.rt{
    height:58px;
    width:100px;
    text-align: right;
    margin-right: 3px;
}
.section .list2 .rt .pro_list{
    overflow: hidden;
    width: 100%;
    min-height: 447px;
    padding-bottom: 5px;
}
.section .list2 .rt .pro_list ul li{
    width:360px;
    height: 126px;
    float: left;
    margin-top: 18px;
    margin-right: 10px;
    margin-left: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.section .list2 .rt .pro_list ul li:hover{
    box-shadow: 0 2px 6px 1px #0066cc;
}
.section .list2 .rt .pro_list ul li>a{
    float: left;
}
.section .list2 .rt .pro_list ul li>dl{




}
.section .list2 .rt .pro_list ul li>dl>dt{
    background: #edf4ff;
    padding: 5px 0;
}
.section .list2 .rt .pro_list ul li .lf0{
    width: 38%;
    padding: 1%;
}
.section .list2 .rt .pro_list ul li .rt0{
    width: 56%;
    margin: 3% 2%;
    line-height: 2em;
    color: #646464;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient:  vertical;
}
.section .list2 .rt .pro_list ul li>dl>dt>a{
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #00508f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient:  vertical;
}
.section .list2 .rt .pro_list ul li>dl>dd{
    /*margin-top:10px;
    line-height: 1.5em;
    color: #626262;
    font-size: 12px; */
}
.section .list2 .rt .pro_list ul li>dl>dd>a{
    /*display: block;
    padding:5px 10px;
    background: #ffb200;
    color: #fff;
    width: 96px; */
}
/*section>list3*/
.section .list3{
    margin:20px 10px;
}
.section .list3 .slt{
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    width: 1080px;
}
.section .list3 .slt>.lf{
    height:38px;
    line-height: 38px;
    font-size: 16px;
    background: url("../img/pencil_03.png") no-repeat 10px 10px;
    padding-left: 30px;
    border-bottom: 2px solid #0666B2;
}
.section .list3 .slt>.rt a{
    display: block;
    padding-top: 15px;
    margin-right: 15px;
}
.section .list3 .slt_list ul{
    overflow: hidden;
}
.section .list3 .slt_list ul li{
    width: 248px;
    float: left;
    margin-right: 29px;
}
.section .list3 .slt_list ul li:last-child{
    margin-right: 0;
}
.section .list3 .slt_list ul li>a{
    display: block;
    position: relative;
}
.section .list3 .slt_list ul li>a>span{
    position: absolute;
    bottom:3px;
    left:0;
    width:100%;
    padding:10px 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.8);
}
.section .list3 .slt_list ul li p{
    margin-top: 20px;
    color: #747474;
}
.section .list3 .slt_list ul li p:last-child{
    text-align: center;
    width: 120px;
    margin: 20px auto;
}
.section .list3 .slt_list ul li p:last-child a{
    display: block;
    padding:3px 15px;
    color: #686868;
    border:1px solid #ececec;
}
.section .list3 .slt_list ul li p:last-child a:hover{
    background:#f5f5f5;
    color: #000;
}

/*footer*/
.footer{
    background: #353535;
}
.footer .hr{
    border-bottom: 1px solid #4a4a4b;
}
.footer .link{
    padding: 40px 0;
}
.footer .link>ul{
    overflow: hidden;
}
.footer .link>ul>li{
    float: left;
    color: #f5f5f5;
}
.footer .link>ul>li>a{
    display: inline-block;
    padding:0 1px 0 4px;
    color: #f5f5f5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer .link>ul>li>a:hover{
    color: #e1472f;
}
.footer .link>ul>li>i{
    border-right:1px solid #f5f5f5;
    height:12px;
    display: inline-block;
    position: relative;
    top:1px;
}
.footer .address{
    padding:40px 0;
}
.footer .address ul.lf{
    margin-right: 40px;
    padding-top: 10px;
}
.footer .address ul.lf li>p{
    color: #e7e7e7;
    line-height: 2em;
}
.footer .address ul.lf li:last-child p:last-child>span{
    color:transparent;
}
.footer .address>div.lf{
    padding-top: 10px;
    padding-right: 300px;

}
.footer .address>div.lf>p{
    line-height: 2em;
    color: #e7e7e7;
}
.footer .address>div.lf>p>a{
    color: #e7e7e7;
}
.footer .address>div.lf>p>a:hover{
    color: #e1472f;
}
.footer .address>div.rt>.lf{
    padding-top: 10px;
}
.footer .address>div.rt>.lf>p{
    color: #e7e7e7;
    line-height: 2em;
    text-align: right;
    padding-right: 15px;
}
.footer .support{
    background: #262626;
}
.footer .support>p{
    line-height: 5em;
    color: #8d8d8d;
    text-align: center;
}
/*about*/
.banner>a{
    display: block;
}
#hr{
    border-bottom: 1px solid #e4e4e4;
    background: #f2f2f2;
}
#hr>a>img{
    max-width: 100%;
}
#path{
    overflow: hidden;
}
#path>ul.lf{
    overflow: hidden;
}
#path>ul.lf>li{
    float: left;
    padding: 16px 0;
}
#path>ul.lf>li:first-child{
    padding-left:25px;
    background: url("../img/home.png") no-repeat 0 13px;
}
#path>div.rt>a{
    display: block;
    padding:16px 0;
}

#about{
    overflow: hidden;
}
.about{
    width: 260px;
    margin-right: 20px;
    float: left;
}
.about ul.abt_us{
    margin-bottom: 20px;
}
.about ul.abt_us>li{
    width: 260px;
    box-sizing: border-box;
    background-color: #fff;
}
.about ul.abt_us>li:first-child{
    height: 60px;
    background: #127AC4;
    padding-left: 20px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}
.about ul.abt_us>li:first-child>span{
    font-size: 13px;
}
.about ul.abt_us>li>a{
    display: block;
    height: 58px;
    line-height: 58px;
    padding-left: 40px;
    color: #000;
    background: url("../img/arrow_03.png") no-repeat 20px 26px;
    border-bottom: 1px solid #d7d7d7;
}
.about ul.abt_us>li>a:hover{
    background-color: #ddd;
}
.about ul.abt_us>li:last-child>a{
    border-bottom: none;
}
#con_us>ul{
    background: #fff;
}
#con_us>ul>li{
    width:260px;
    padding-left: 20px;
    box-sizing: border-box;
}
#con_us>ul>li:first-child{
    height: 60px;
    background: #7a7a7a;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
 }
#con_us>ul>li:first-child>span{
    font-size: 13px;
}
#con_us>ul>li.br{
    padding-left: 100px;
    margin-top: 25px;
}
#con_us>ul>li.br span{
    width:48px;
    display: block;
    border-bottom: 3px solid #7a7a7a;
}
#con_us .hot>p{
    font-size: 18px;
    padding-left: 50px;
    padding-top: 30px;
}
#con_us .phone>p{
    padding-left: 25px;
    font-size: 24px;
    color: #127AC4;
}
#con_us>ul>li:last-child{
    padding:20px 10px 30px 10px;
}
#con_us>ul>li:last-child p{
    line-height: 1.5em;
    text-align: center;
}
.about_con{
    width: 760px;
    min-height:600px;
    float: left;
    padding:25px 30px 35px 30px;
    background: #fff;
}
.about_con>h3{
    text-align: center;
    font-size:20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 2px solid #e6e6e6;
}
.about_con>h3>span{
    padding-bottom: 15px;
    border-bottom: 3px solid #ff1d19;
}
.about_con>p{
    line-height: 2em;
    margin: 30px 0;
}
.about_con>p>img{
    max-width: 850px;
    height: auto;
}
.about_con>.addr{
    padding: 30px 0;
}
.about_con>.addr>h4{
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.about_con>.addr>p{
    line-height:1.8em;
}
.about_con .table table{
    width: 760px;

}
.about_con .table table thead tr th{
    height:45px;
    background: #127AC4;
    color: #fff;
}
.about_con .table table tbody .bg{
    background: #ebebeb;
}
.about_con .table table tbody tr td{
    height: 36px;
    text-align: center;
}
.about_con ul.news li{
    width:760px;
    padding:30px 0;
    overflow: hidden;
    border-bottom: 1px dotted #9c9c9c;
}
.about_con ul.news li>a{
    display: block;
    float: left;
}
.about_con ul.news li>dl{
    float: left;
    width:560px;
    margin-left: 20px;
}
.about_con ul.news li>dl>dt{
    font-size: 16px;
    font-weight: 500;
}
.about_con ul.news li>dl>dt>a{
    color: #0D5995;
}
.about_con ul.news li>dl>dd{
    color: #5d5d5d;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about_con ul.news li>dl>dd>a{
    display: block;
    width:100px;
    height: 26px;
    background: #ffb200;
    color: #fff;
    text-align: center;
    line-height: 26px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about_con ul.news li>dl>dd>a:hover{
    background: #f7c14b;
}
.about_con ul.news li>dl>dd>span{
    color: #a9a9a9;
}
/*zjxl*/
.about_con ul.zjxl{
    overflow: hidden;
}
.about_con ul.zjxl>li{
    width:266px;
    margin: 30px 20px 0 0;
    float: left;
}
.about_con ul.zjxl>li>a{
    display: block;
}
.about_con ul.zjxl>li>dl{
    text-align: center;
    padding:15px 0;
    border: 1px solid #efefef;
    border-top: none;
    position: relative;
    top: -3px;
    box-sizing: border-box;
}
.about_con ul.zjxl>li>dl>dt>a{
    display: block;
    padding:5px 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
/*施工方案*/
.about_con ul.program{
    overflow: hidden;
}
.about_con ul.program>li{
    width: 238px;
    margin:30px 0 0 10px;
    float: left;
    border: 1px solid #ddd;
}
.about_con ul.program>li.kz{
    margin:30px 23px;
}
.about_con ul.program>li>a{
    display: block;
    position: relative;
}
.about_con ul.program>li>p{
    color: #686868;
    padding:5px 0;
    text-align: center;
}
.about_con ul.program>li>a>span{
    position: absolute;
    bottom: 3px;
    left:0;
    display: block;
    width:100%;
    padding:8px 0;
    color: #fff;
    background: rgba(0,0,0,.7);
    text-align: center;
}
.second_pop{
    list-style: disc;
    padding: 20px 0 20px 50px;
    color: #7e7e7e;
    border-bottom: 1px solid #d7d7d7;
}
.second_pop>li>a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #7e7e7e;
}
/*msg*/
body a,form li,.submit input[type="submit"]{
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
}
.login-01{
    width:80%;
    margin:5% auto 3%;
}
form {
    padding: 0 1%;
}
form li.first{
    border:none;
    list-style:none;
	overflow:hidden;
    width:100%;
	margin-bottom:10px;
}
.icon,.icon2  {
    height:55px;
    width:10%;
    display: block;
    float: left;
    border-top-left-radius: 0.3em;
    -o-border-top-left-radius: 0.3em;
    -moz-border-top-left-radius: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    border-border-bottom-left-radius: 0.3em;
    -o-border-bottom-left-radius: 0.3em;
    -moz-border-bottom-left-radius: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../img/icons.png) no-repeat 14px 15px #f79d29;
}
.email{
    background:url(../img/icons.png) no-repeat 15px -39px #f79d29;
}
.phone1{
    background: url(../img/icons.png) no-repeat 15px -93px #f79d29;
}
.msg{
    background: url(../img/msg.png) no-repeat 16px 16px #f79d29;
}
li.first:hover .user{
    background: url(../img/icons.png) no-repeat 14px 15px #DB2048;
}
li.first:hover .email{
    background:url(../img/icons.png) no-repeat 15px -39px #DB2048;
}
li.first:hover .phone1{
    background: url(../img/icons.png) no-repeat 15px -93px #DB2048;
}
li.second:hover .msg {
    background: url(../img/msg.png) no-repeat 16px 16px #DB2048;
}
input[type="text"],form textarea {
    width: 80%;
    padding: 1.13em 1em 1.13em 1em;
    color: #858282;
    font-size: 16px;
    outline: none;
    background: #f2f2f2;
    font-weight: 500;
    border: none;
    font-family: 'Lora', serif;
    border-top-right-radius: 0.3em;
    -o-border-top-right-radius: 0.3em;
    -moz-border-top-right-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    border-border-bottom-right-radius: 0.3em;
    -o-border-bottom-right-radius: 0.3em;
    -moz-border-bottom-right-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
}
.submit{

}
form textarea {
    resize: none;
    height: 140px;
}
.login-01 input[type="submit"]{
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 10px 10px;
    width: 25%;
    border: 2px solid #F79D29;
    float: right;
    background: #F79D29;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    margin-right:2.85em;
}
input[type="submit"]:hover{
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}
li.lost {
    margin-bottom: 21px;
}
/*---------------*/
.copy-right {
    text-align: center;
    margin: 2em 0;
}
.copy-right p {
    color: #fff;
    font-size: 1em;
    font-weight:400;
}
.copy-right p a {
    color:#fff;
}
.copy-right p a:hover {
    text-decoration: underline;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
    .login-01 input[type="submit"]{
        margin-right:1.85em;
    }

}
@media (max-width:1366px){
    .login-01 input[type="submit"]{
        margin-right: 1.6em;
    }

}
@media (max-width:1280px){
    .login-01 {
        width: 40%;
        margin:5% auto 5%;
    }
    body h1 {
        font-size: 2.7em;
    }

}
@media (max-width:1024px){
    .login-01 {
        width: 45%;
    }
    body h1 {
        font-size: 2.5em;
    }

}
@media (max-width:768px){
    .login-01 {
        width: 63%;
    }
    body h1 {
        font-size: 2.3em;
    }
}
@media (max-width:640px){
    .login-01 {
        width: 73%;
    }
    body h1 {
        font-size: 2.1em;
    }
}
@media (max-width:480px){
    .login-01 {
        width: 85%;
    }
    .copy-right p {
        font-size: 0.9em;
    }
    input[type="text"], form textarea {
        width: 77%;
        padding: 1em 1em 1em 1em;
        font-size: 15px;
    }
    .icon, .icon2 {
        height: 48px;
        width: 48px;
    }
    .user {
        background: url(../img/icons.png) no-repeat 11px 12px #f79d29;
        background-size: 45%;
    }
    .email{
        background:url(../img/icons.png) no-repeat 12px -36px #f79d29;
        background-size: 45%;
    }
    .phone1{
        background:url(../img/icons.png) no-repeat 12px -87px #f79d29;
        background-size: 45%;
    }
    .msg{
        background: url(../img/msg.png) no-repeat 14px 11px #f79d29;
        background-size: 45%;
    }
    li.first:hover .user{
        background: url(../img/icons.png) no-repeat 11px 9px #DB2048;
        background-size: 45%;
    }
    li.first:hover .email{
        background:url(../img/icons.png) no-repeat 12px -36px #DB2048;
        background-size: 45%;
    }
    li.first:hover .phone1{
        background:url(../img/icons.png) no-repeat 12px -87px #DB2048;
        background-size: 45%;
    }
    li.second:hover .msg {
        background: url(../img/msg.png) no-repeat 14px 11px #DB2048;
        background-size: 45%;
    }
    body h1 {
        font-size:2em;
        padding-top: 1em;
    }
    form li.first, li.second {
        margin-bottom: 5px;
    }

}
@media (max-width:320px){
    input[type="text"], form textarea {
        width: 71%;
        padding: 1em 1em 1em 0.8em;
        font-size: 14px;
    }
    .login-01 {
        width:96%;
    }
    .icon, .icon2 {
        height: 45px;
        width: 45px;
    }
    .user {
        background: url(../img/icons.png) no-repeat 11px 13px #f79d29;
        background-size: 40%;
    }
    .email{
        background:url(../img/icons.png) no-repeat 12px -29px #f79d29;
        background-size: 40%;
    }
    .phone1{
        background:url(../img/icons.png) no-repeat 12px -72px #f79d29;
        background-size: 40%;
    }
    .msg{
        background: url(../img/msg.png) no-repeat 14px 13px #f79d29;
        background-size: 40%;
    }
    li.first:hover .user{
        background: url(../img/icons.png) no-repeat 11px 13px #DB2048;
        background-size: 40%;
    }
    li.first:hover .email{
        background:url(../img/icons.png) no-repeat 12px -29px #DB2048;
        background-size: 40%;
    }
    li.first:hover .phone1{
        background:url(../img/icons.png) no-repeat 12px -72px #DB2048;
        background-size: 40%;
    }
    li.second:hover .msg {
        background: url(../img/msg.png) no-repeat 14px 13px #DB2048;
        background-size: 40%;
    }
    .copy-right p {
        line-height: 1.6em;
    }
    .login-01 input[type="submit"]{
        font-size: 17px;
        padding: 8px 8px;
        width: 36%;
        margin-right: 0.7em;
    }
}
.tab{
    width: 800px;
}
.tab tr>td,.tab tr>th{
    text-align: center;
    height: 30px;
    border-bottom: 1px solid #ddd;
}

/*相册*/
.about_con .photo{
    overflow: hidden;
}
.about_con .photo>li{
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}
.about_con .photo>li:not(:first-child)>p{
    text-align: center;
    color: #E1472F;
}
#about .photo>li>a{
    display: block;
}
#about .photo>li>a>img{
    width: 180px;
    height: 240px;
}
#about .photo>li>a>p{
    text-align: center;
}

  /*分页*/
#page{ width:100%; height:80px; float:left; padding-top:20px; padding-bottom:20px; text-align:center; font-size:16px;}
#page a{ padding-left:8px; padding-right:8px; height:22px; line-height:22px; margin-left:10px; display:inline-block; border:1px #CCC solid; color:#666;}
#page .disabled{ border:1px #1a2a3c solid; color:#1a2a3c;}

/*修改*/
#conn_us{
    margin-top: 23px;
}
#conn_us>ul{
    background: #f5f5f5;
}
#conn_us>ul>li{
    box-sizing: border-box;
}
#conn_us>ul>li.br{
    padding-left: 122px;
    margin-top: 25px;
}
#conn_us>ul>li.index_phone{
    padding-bottom: 30px;
}
#conn_us>ul>li.index_phone p{
    line-height: 2.5em;
    text-align: center;
    color: #151515;
}
#conn_us>ul>li.br span{
    width:48px;
    display: block;
    border-bottom: 3px solid #7a7a7a;
}
#conn_us .hot{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
#conn_us .phone>p{
    text-align: center;
    font-size: 24px;
    color: #127AC4;
}
#table{
			border:none;
			padding-bottom: 20px;
			border-bottom: 2px solid #295697;
		}
		#table>tbody>tr>th{
			height:50px;
			text-align: center;
			background: linear-gradient(to top,#3F457C 0%,#0070A9 50%,#009FD5 100%);
			color: #fff
		}
		#table>tbody>tr>td{
			text-align: center;
			height: 26px;
			font-size: 14px;
		}
		#table>tbody>tr:nth-child(2),#table>tbody>tr:nth-child(4),#table>tbody>tr:nth-child(6),#table>tbody>tr:nth-child(8),#table>tbody>tr:nth-child(10),#table>tbody>tr:nth-child(12),#table>tbody>tr:nth-child(14),#table>tbody>tr:nth-child(16),#table>tbody>tr:nth-child(18),#table>tbody>tr:nth-child(20),#table>tbody>tr:nth-child(22),#table>tbody>tr:nth-child(24),#table>tbody>tr:nth-child(26),#table>tbody>tr:nth-child(28),#table>tbody>tr:nth-child(30),#table>tbody>tr:nth-child(32),#table>tbody>tr:nth-child(34),#table>tbody>tr:nth-child(36),#table>tbody>tr:nth-child(38),#table>tbody>tr:nth-child(40),#table>tbody>tr:nth-child(42),#table>tbody>tr:nth-child(44),#table>tbody>tr:nth-child(46){
			background:#D4D3D3;
		}
		.hr_blank{
			width:850px;
		}
.about_con h1.bg_logo{
	padding-left: 30px;
	background: url("../img/logonew.jpg") no-repeat;
}
#GXP-65 .G-65{
    text-align: center;
}
